home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Adventurer's / Omega / OmegaLib / OHELP10(UNIX).TXT < prev    next >
Text File  |  1991-11-12  |  2KB  |  40 lines

  1. SAVING AND RESTORING
  2. ==================== 
  3. Since  omega's  dungeon is quite large, only the current dungeon level
  4. and  the  city  level will be saved; others will be regenerated as you
  5. re-enter them.  You might simply consider that the "actual" levels are
  6. far  larger  than is apparent, and you are just traversing a different
  7. part  on  each  restore....  If you know the spell of Return, however,
  8. (learnable  at  the  Explorers' Club) you will be able to warp to your
  9. deepest  excursion in the most recently entered dungeon without having
  10. to  retraverse  the old levels in between.  Some other shortcuts exist
  11. for "warping" from one locale or level to another.
  12.  
  13. UNIX:
  14. Games  can  be  restored  by  giving  the  save file as a command line
  15. argument as in:
  16.  
  17. % omega quasar.sav
  18.  
  19. AMIGA:
  20. For  Amiga  users,  You don't need to type the name of the file on the
  21. command  line  in CLI.  When the game is loaded however, you must type
  22. the name of the player in the file-selection window.
  23.  
  24. UNIX:
  25. To  at  least  simulate the continuity of character in the game, saved
  26. files  will  be  unlinked  on  restoration.  Of course, you *can* copy
  27. them.   This  is  also  different  for  Amiga  users.  The game is NOT
  28. deleted  during  restoration,  due  to  compensate for slowness of the
  29. disk-operation.
  30.  
  31. Save    files   are   automatically   compressed   unless   the   flag
  32. COMPRESS_SAVE_FILES  is undefined in odefs.h.  This doubles the amount
  33. of  time taken to save, but reduces the typical save file from 150K to
  34. 15K.
  35.  
  36. AMIGA:
  37. Again  there  is  a  difference for Amiga users.  The save file is not
  38. compressed...Besides  it  is  possible  to load and restart inside the
  39. game with the '!' command.
  40.